home *** CD-ROM | disk | FTP | other *** search
- on prepareFrame
- global ComputerSpeed, skip_intro
- if skip_intro <> 0 then
- go("mmstart")
- end if
- if ComputerSpeed = 1 then
- open(the moviePath & "\avi\intro.avi", "aviplay.exe")
- end if
- if ComputerSpeed = 2 then
- open(the moviePath & "\avi\introa.avi", "aviplay.exe")
- end if
- if ComputerSpeed = 3 then
- open(the moviePath & "\avi\introb2.avi", "aviplay.exe")
- set the pausedAtStart of member "sunmove" to 1
- end if
- end
-
- on exitFrame
- go(the frame + 2)
- end
-